home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-03 | 1.1 KB | 43 lines | [TEXT/CWIE] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define BINDING_K
-
- // Kind
- #define kAMSampleKind "+//ISO 9070/ANSI::113722::US::CI LABS::BowersDev:Kind:AMSample"
-
- // Class ID
- #define kAMSampleEditor "BowersDev::AMSample"
-
- // Editor User String
- #define kAMSampleEditorUserString "AMSample R1"
-
- // Kind User String
- #define kAMSampleKindUserString "AMSample"
-
- // AMSample OSType
- #define kAMSampleOSType 'AOXX'
-
- // PlatformType
- #define kTEXTOSType 'TEXT'
- #define kDragKindUserString1 "Text file"
- #define kDragKindUserString2 "Text data"
-
- // NMAP constants
- #define kKindCategoryMapId 128
- #define kEditorKindMapId kKindCategoryMapId+1
- #define kEditorUserStringMapId kEditorKindMapId+1
- #define kKindUserStringMapId kEditorUserStringMapId+1
- #define kOldMacOSTypeMapId kKindUserStringMapId+1
- #define kEditorPlatformKinds kOldMacOSTypeMapId + 1
-
- #endif
-
-